INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c1c72e72388de702d068c21a5bd074fee24df17e0e265b8b0610135262141e57', 
    'Ff2TjJxLVKp9Q0MAaDMiS1ogr35/fx9EGY49n/SsiXQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)