INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '619760c0b7abe5b70e17b8b57f56595cacda318f2eba8b638ef776e48b761772', 
    'JBcJdeA4ETOlJqpkTvA1gghRIrrP7N/zbk5hXOzt0e4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)