INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1fa48c41824ec2058c4f243998d71ec3881798e74e6275eb1ee484beb30bba7e', 
    'FjdFI0NM4jTtt2yrCkA9hPkaDiQ1lmIuPixLG1dRd64=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)